From: Bilal Elmoussaoui Date: Thu, 27 Oct 2022 15:38:14 +0000 (+0000) Subject: g-i: Add missing since annotation X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~9^2~136^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=6ca33c639eca1fb51f519e7a1995fa51e6c2b530;p=gtk4.git g-i: Add missing since annotation --- diff --git a/gtk/gtkfilechooserwidget.c b/gtk/gtkfilechooserwidget.c index 08220387d5..bb8c9865c8 100644 --- a/gtk/gtkfilechooserwidget.c +++ b/gtk/gtkfilechooserwidget.c @@ -6714,6 +6714,13 @@ gtk_file_chooser_widget_class_init (GtkFileChooserWidgetClass *class) "", GTK_PARAM_READABLE)); + /** + * GtkFileChooserWidget:show-time: + * + * Whether to show the time. + * + * Since: 4.10 + */ g_object_class_install_property (gobject_class, PROP_SHOW_TIME, g_param_spec_boolean ("show-time", NULL, NULL, FALSE,